home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10109 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  669 b 

  1. Path: wittgenstein.flingern.de!not-for-mail
  2. From: mackenb@uni-duesseldorf.de (Georg Mackenbrock)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: what is ios?
  5. Date: 6 Mar 1996 01:19:49 GMT
  6. Organization: home
  7. Message-ID: <4hip7l$94o@wittgenstein.flingern.de>
  8. References: <375.6637T240T724@panix.com>
  9. NNTP-Posting-Host: modem5.rz.uni-duesseldorf.de
  10. X-Newsreader: TIN [UNIX 1.3 BETA-950824-color PL0]
  11.  
  12. Hi,
  13.  
  14. gugu (gugu@panix.com) wrote:
  15. :                 ofstream stocks("stocks.dat",ios::binary);
  16. : The gnu compiler keeps on saying that binary is not a member of type ios.
  17.  
  18. try ios::bin, which is defined in streambuf.h.
  19.  
  20.  
  21. -- 
  22. Georg Mackenbrock
  23.     Mail: mackenb@uni-duesseldorf.de
  24.